Doc fix.
authorJim Blandy <jimb@redhat.com>
Tue, 16 Mar 1993 18:36:27 +0000 (18:36 +0000)
committerJim Blandy <jimb@redhat.com>
Tue, 16 Mar 1993 18:36:27 +0000 (18:36 +0000)
lisp/emacs-lisp/bytecomp.el
src/buffer.c

index eb2b1a22c31620cba187609e10526a5858fd6bb4..bab4e9de04d9da81f5c63339c501b37f4898f252 100644 (file)
@@ -1258,7 +1258,7 @@ With argument, insert value in current buffer after the form."
         ;;      (emacs-lisp-mode)
         (setq case-fold-search nil)
 
-        ;; This is a kludge.  Some operating systems (OS/2) need to
+        ;; This is a kludge.  Some operating systems (OS/2, DOS) need to
         ;; write files containing binary information specially.
         ;; Under most circumstances, such files will be in binary
         ;; overwrite mode, so those OS's use that flag to guess how
index aec489eab564639a7ab99c428f57301658ec8333..e1e46445b1ea35c0a6e4bc0b2535f4d086bd8640 100644 (file)
@@ -1612,7 +1612,7 @@ Automatically becomes buffer-local when set in any fashion.");
     "Non-nil if self-insertion should replace existing text.\n\
 If non-nil and not `overwrite-mode-binary', self-insertion still\n\
 inserts at the end of a line, and inserts when point is before a tab,\n\
-unless that tab is displaying as only one space.\n\
+until the tab is filled in.\n\
 If `overwrite-mode-binary', self-insertion replaces newlines and tabs too.\n\
 Automatically becomes buffer-local when set in any fashion.");